go/types.objset.insert (method)
8 uses
go/types (current package)
decl.go#L728: assert(mset.insert(m) == nil)
decl.go#L737: if alt := mset.insert(m); alt != nil {
decl.go#L756: assert(mset.insert(m) == nil)
decl.go#L763: if alt := mset.insert(fld); alt != nil {
objset.go#L21: func (s *objset) insert(obj Object) Object {
struct.go#L29: if f.name != "_" && fset.insert(f) != nil {
struct.go#L199: if alt := oset.insert(obj); alt != nil {
typeset.go#L223: switch other := seen.insert(m); {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)